home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / Xt / XtAddInput.z / XtAddInput
Encoding:
Text File  |  1998-10-30  |  2.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXttttAAAAddddddddIIIInnnnppppuuuutttt((((3333XXXXtttt))))    XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))     XXXXttttAAAAddddddddIIIInnnnppppuuuutttt((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtAddInput, XtAddTimeout - register input, timeout, and
  10.           workprocs
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           XtInputId XtAddInput(_s_o_u_r_c_e, _c_o_n_d_i_t_i_o_n, _p_r_o_c, _c_l_i_e_n_t__d_a_t_a)
  14.                 int _s_o_u_r_c_e;
  15.                 XtPointer _c_o_n_d_i_t_i_o_n;
  16.                 XtInputCallbackProc _p_r_o_c;
  17.                 XtPointer _c_l_i_e_n_t__d_a_t_a;
  18.  
  19.           XtIntervalId XtAddTimeout(_i_n_t_e_r_v_a_l, _p_r_o_c, _c_l_i_e_n_t__d_a_t_a)
  20.                 unsigned long _i_n_t_e_r_v_a_l;
  21.                 XtInputCallbackProc _p_r_o_c;
  22.                 XtPointer _c_l_i_e_n_t__d_a_t_a;
  23.  
  24.           XtWorkProcId XtAddWorkProc(_p_r_o_c, _c_l_i_e_n_t__d_a_t_a)
  25.                 XtWorkProc _p_r_o_c;
  26.                 XtPointer _c_l_i_e_n_t__d_a_t_a;
  27.  
  28.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  29.           _c_l_i_e_n_t__d_a_t_a
  30.                     Specifies the argument that is to be passed to the
  31.                     specified procedure when input is available
  32.  
  33.           _c_o_n_d_i_t_i_o_n Specifies the mask that indicates a read, write,
  34.                     or exception condition or some operating system
  35.                     dependent condition.
  36.  
  37.           _p_r_o_c      Specifies the procedure that is to be called when
  38.                     input is available.
  39.  
  40.           _s_o_u_r_c_e    Specifies the source file descriptor on a UNIX-
  41.                     based system or other operating system dependent
  42.                     device specification.
  43.  
  44.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  45.           _X_t_A_d_d_I_n_p_u_t has been replaced by _X_t_A_p_p_A_d_d_I_n_p_u_t.
  46.  
  47.           _X_t_A_d_d_T_i_m_e_o_u_t has been replaced by _X_t_A_p_p_A_d_d_T_i_m_e_o_u_t.
  48.  
  49.           _X_t_A_d_d_W_o_r_k_P_r_o_c has been replaced by _X_t_A_p_p_A_d_d_W_o_r_k_P_r_o_c.
  50.  
  51.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  52.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  53.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.